golang.org/x/tools/internal/gcimporter.iimporter.pkgAt (method)
4 uses
	golang.org/x/tools/internal/gcimporter (current package)
		iimport.go#L302: 			pkg := p.pkgAt(r.uint64())
		iimport.go#L305: 				imps[j] = p.pkgAt(r.uint64())
		iimport.go#L505: func (p *iimporter) pkgAt(off uint64) *types.Package {
		iimport.go#L873: func (r *importReader) pkg() *types.Package { return r.p.pkgAt(r.uint64()) }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)